MonobjcMonobjc Documented Class Library
AssociateToNetworkParametersError Method (network, parameters, error)
NamespacesMonobjc.CoreWLANCWInterfaceAssociateToNetworkParametersError(CWNetwork, NSDictionary, NSError%)

Attempts to associate to the given CWNetwork, with the given association parameters.

Original signature is '- (BOOL)associateToNetwork:(CWNetwork*)network parameters:(NSDictionary*)parameters error:(NSError**)error '

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool AssociateToNetworkParametersError(
	CWNetwork network,
	NSDictionary parameters,
	out NSError error
)
Public Overridable Function AssociateToNetworkParametersError ( _
	network As CWNetwork, _
	parameters As NSDictionary, _
	<OutAttribute> ByRef error As NSError _
) As Boolean
public:
virtual bool AssociateToNetworkParametersError(
	CWNetwork^ network, 
	NSDictionary^ parameters, 
	[OutAttribute] NSError^% error
)
Parameters
network (CWNetwork)
MISSING
parameters (NSDictionary)
An NSDicitonary object containing association parameters.
error (NSError%)
An NSError object passed by reference, which will be populated with error code and error description if an error occurs during the execution of the method. This parameter is optional and can be passed as nil.
Return Value
A BOOL value which will indicate whether or not a failure occured. YES indicates no error occured.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.CoreWLAN (Module: Monobjc.CoreWLAN)