Ejemplo n.º 1
0
        public IdentifyResponseDto Identify([System.Xml.Serialization.XmlElementAttribute(IsNullable = true)] IdentifyRequestDto request)
        {
            object[] results = this.Invoke("Identify", new object[] {
                request
            });

            return((IdentifyResponseDto)(results[0]));
        }
Ejemplo n.º 2
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);
 }
Ejemplo n.º 3
0
 /// <remarks/>
 public void IdentifyAsync(IdentifyRequestDto request)
 {
     this.IdentifyAsync(request, null);
 }