Method | Description | |
---|---|---|
BeginloginCms ( string in0, System callback, object asyncState ) : System.IAsyncResult | ||
EndloginCms ( System asyncResult ) : string | ||
LoginCMSService ( ) | ||
LoginCMSService ( string url ) | ||
loginCmsAsync ( string in0 ) : void | ||
loginCmsAsync ( string in0, object userState ) : void |
Method | Description | |
---|---|---|
OnloginCmsCompleted ( object arg ) : void | ||
loginCms ( string in0 ) : string |
public BeginloginCms ( string in0, System callback, object asyncState ) : System.IAsyncResult | ||
in0 | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public EndloginCms ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public loginCmsAsync ( string in0, object userState ) : void | ||
in0 | string | |
userState | object | |
return | void |