コード例 #1
0
ファイル: Discovery.cs プロジェクト: nakijun/geosik
 Types.GetDomainResponse IDiscovery.GetDomain(Types.GetDomain request)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 /// <summary>Processes the standard GetDomain operation for the current discovery service.</summary>
 /// <param name="request">The parameters for the operation.</param>
 /// <param name="cancellationToken">The cancellation token.</param>
 /// <returns>The <see cref="Types.GetDomainResponse" /> for the operation.</returns>
 public Task <Types.GetDomainResponse> GetDomainAsync(Types.GetDomain request, CancellationToken cancellationToken)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
ファイル: Discovery.cs プロジェクト: nakijun/geosik
 /// <summary>Processes the standard GetDomain operation for the current discovery service.</summary>
 /// <param name="request">The parameters for the operation.</param>
 /// <returns>The <see cref="Types.GetDomainResponse" /> for the operation.</returns>
 public Types.GetDomainResponse GetDomain(Types.GetDomain request)
 {
     throw new NotImplementedException();
 }