Méthode | Description | |
---|---|---|
BeginIsOnlyClient ( string id, System callback, object asyncState ) : System.IAsyncResult | ||
CancelAsync ( object userState ) : void | ||
EndIsOnlyClient ( System asyncResult ) : bool | ||
IsOnlyClientAsync ( string id ) : void | ||
IsOnlyClientAsync ( string id, object userState ) : void | ||
SharedAccessSoap ( ) |
Méthode | Description | |
---|---|---|
IsOnlyClient ( string id ) : bool | ||
OnIsOnlyClientOperationCompleted ( object arg ) : void |
public BeginIsOnlyClient ( string id, System callback, object asyncState ) : System.IAsyncResult | ||
id | string | |
callback | System | |
asyncState | object | |
Résultat | System.IAsyncResult |
public CancelAsync ( object userState ) : void | ||
userState | object | |
Résultat | void |
public EndIsOnlyClient ( System asyncResult ) : bool | ||
asyncResult | System | |
Résultat | bool |
public IsOnlyClientAsync ( string id ) : void | ||
id | string | |
Résultat | void |
public IsOnlyClientAsync ( string id, object userState ) : void | ||
id | string | |
userState | object | |
Résultat | void |