Example #1
0
 Types.GetDomainResponse IDiscovery.GetDomain(Types.GetDomain request)
 {
     throw new NotImplementedException();
 }
Example #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();
 }
Example #3
0
 /// <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();
 }