/// <remarks/> public void GetLoginURLAsync(AuthorizationType Authorization, GetLoginURLType parameters) { this.GetLoginURLAsync(Authorization, parameters, null); }
/// <remarks/> public void GetLoginURLAsync(AuthorizationType Authorization, GetLoginURLType parameters, object userState) { if ((this.GetLoginURLOperationCompleted == null)) { this.GetLoginURLOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetLoginURLOperationCompleted); } this.InvokeAsync("GetLoginURL", new object[] { Authorization, parameters}, this.GetLoginURLOperationCompleted, userState); }
public GetLoginURLResponseType GetLoginURL(AuthorizationType Authorization, GetLoginURLType parameters) { object[] results = this.Invoke("GetLoginURL", new object[] { Authorization, parameters}); return ((GetLoginURLResponseType)(results[0])); }