public IdentifyResponseDto Identify([System.Xml.Serialization.XmlElementAttribute(IsNullable = true)] IdentifyRequestDto request) { object[] results = this.Invoke("Identify", new object[] { request }); return((IdentifyResponseDto)(results[0])); }
/// <remarks/> public void IdentifyAsync(IdentifyRequestDto request, object userState) { if ((this.IdentifyOperationCompleted == null)) { this.IdentifyOperationCompleted = new System.Threading.SendOrPostCallback(this.OnIdentifyOperationCompleted); } this.InvokeAsync("Identify", new object[] { request }, this.IdentifyOperationCompleted, userState); }
/// <remarks/> public void IdentifyAsync(IdentifyRequestDto request) { this.IdentifyAsync(request, null); }