GenericServiceClient Class

Definition

public class GenericServiceClient : System.ServiceModel.ClientBase<Microsoft.Hpc.Scheduler.Session.GenericService.IGenericServiceAsync>, Microsoft.Hpc.Scheduler.Session.GenericService.IGenericServiceAsync
type GenericServiceClient = class
    inherit ClientBase<IGenericServiceAsync>
    interface IGenericServiceAsync
Public Class GenericServiceClient
Inherits ClientBase(Of IGenericServiceAsync)
Implements IGenericServiceAsync
Inheritance
GenericServiceClient
Implements

Constructors

GenericServiceClient(Binding, EndpointAddress)

Methods

BeginGenericOperation(String, AsyncCallback, Object)
EndGenericOperation(IAsyncResult)
GenericOperation(String)

Extension Methods

UseInternalAuthenticationAsync<T>(ClientBase<T>, CancellationToken)

Applies to