コード例 #1
0
ファイル: Reference.cs プロジェクト: mnieznalska/mobmap
 public FindResults FindByProperty(FindByPropertySpecification specification)
 {
     object[] results = this.Invoke("FindByProperty", new object[] {
                 specification});
     return ((FindResults)(results[0]));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: mnieznalska/mobmap
 /// <remarks/>
 public System.IAsyncResult BeginFindByProperty(FindByPropertySpecification specification, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("FindByProperty", new object[] {
                 specification}, callback, asyncState);
 }