Example #1
0
 public string GetClientToken(TokenSpecification specification)
 {
     object[] results = this.Invoke("GetClientToken", new object[] {
                 specification});
     return ((string)(results[0]));
 }
Example #2
0
 /// <remarks/>
 public System.IAsyncResult BeginGetClientToken(TokenSpecification specification, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetClientToken", new object[] {
                 specification}, callback, asyncState);
 }