BrokerClient<TContract> Class
In this article
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class BrokerClient<TContract> : Microsoft.Hpc.Scheduler.Session.BrokerClientBase
type BrokerClient<'Contract> = class
inherit BrokerClientBase
Public Class BrokerClient(Of TContract)
Inherits BrokerClientBase
Type Parameters
Inheritance
Constructors
Fields
Properties
Methods
Close()
Close(Boolean)
Close(Boolean, Int32)
Dispose()
(Inherited from BrokerClientBase )
Dispose(Boolean)
EndRequests()
EndRequests(Int32)
Finalize()
Flush()
Flush(Int32)
GetResponses()
GetResponses(Int32)
GetResponses<TMessage>()
GetResponses<TMessage>(Int32)
GetResponses<TMessage>(String, String, Int32)
GetStatus()
SendRequest<TMessage>(TMessage)
SendRequest<TMessage>(TMessage, Object)
SendRequest<TMessage>(TMessage, Object, Int32)
SendRequest<TMessage>(TMessage, Object, Int32, UniqueId)
SendRequest<TMessage>(TMessage, Object, String)
SendRequest<TMessage>(TMessage, Object, String, Int32)
SendRequest<TMessage>(TMessage, Object, String, Int32, UniqueId)
SendRequest<TMessage>(TMessage, Object, String, UniqueId)
SendRequest<TMessage>(TMessage, Object, UniqueId)
SendRequest<TMessage>(TMessage, UniqueId)
SetResponseHandler(BrokerResponseHandler<Object>)
SetResponseHandler(BrokerResponseHandler<Object>, Int32)
SetResponseHandler(BrokerResponseStateHandler<Object>, Object)
SetResponseHandler(BrokerResponseStateHandler<Object>, Object, Int32)
SetResponseHandler<TMessage>(BrokerResponseHandler<TMessage>)
SetResponseHandler<TMessage>(BrokerResponseHandler<TMessage>, Int32)
SetResponseHandler<TMessage>(BrokerResponseHandler<TMessage>, String, String, Int32)
SetResponseHandler<TMessage>(BrokerResponseStateHandler<TMessage>, Object)
SetResponseHandler<TMessage>(BrokerResponseStateHandler<TMessage>, Object, Int32)
SetResponseHandler<TMessage>(BrokerResponseStateHandler<TMessage>, String, String, Object, Int32)
Applies to