Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Asynchronously connects to a provider with the specified callback.
Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)
Syntax
public void Connect(
    object callback
)
public:
void Connect(
    Object^ callback
)
Public Sub Connect (
    callback As Object
)
Parameters
- callback 
 Type: System.Object- The callback object to use for a duplex contract. If the service contract does not require a callback object, pass null or call the other overload. If you pass null but passed a non-null callback in a previous call, then the callback object from the previous call is used. 
See Also
Connect Overload
ProviderConnector<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top