Method | Description | |
---|---|---|
AddListener ( |
||
Dispose ( ) : void | ||
GetSubscription ( System.Guid subscriptionEndpointId ) : |
||
ListListeners ( ) : Collection |
||
ListListeners ( bool includeTransient ) : Collection |
||
ListSubscribers ( ) : Collection |
||
ListSubscriptions ( bool includeTransient ) : Collection |
||
PublishOneWay ( |
||
PublishOneWay ( |
||
PublishTwoWay ( |
||
RemoveListener ( System.Guid endpointId ) : void | ||
RemoveListener ( |
||
RemoveSubscription ( System.Guid subscriptionId ) : void | ||
RemoveSubscription ( |
||
ServiceBusRuntime ( ) : System | ||
ServiceBusRuntime ( IServiceLocator serviceLocator ) : System | ||
Start ( ) : void | ||
Stop ( ) : bool | ||
Subscribe ( |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
GetResponseCorrelationId ( |
Method | Description | |
---|---|---|
NotifyDelivery ( |
||
NotifyExpired ( |
||
NotifyFailure ( |
||
NotifyUnhandledException ( |
||
attachServices ( ) : void | ||
deliverToSubscriptionEndpoint ( TimeSpan timeout, PublishRequest publishRequest ) : void |
public AddListener ( |
||
endpoint | ||
return | void |
protected GetResponseCorrelationId ( |
||
request | ||
return | string |
public GetSubscription ( System.Guid subscriptionEndpointId ) : |
||
subscriptionEndpointId | System.Guid | |
return |
public ListListeners ( bool includeTransient ) : Collection |
||
includeTransient | bool | |
return | Collection |
public ListSubscriptions ( bool includeTransient ) : Collection |
||
includeTransient | bool | |
return | Collection |
public PublishOneWay ( |
||
publishRequest | ||
return | void |
public PublishOneWay ( |
||
contractType | ||
action | string | |
message | object | |
return | void |
public PublishTwoWay ( |
||
publishRequest | ||
timeout | System.TimeSpan | |
return | IServiceOriented.ServiceBus.MessageDelivery[] |
public RemoveListener ( System.Guid endpointId ) : void | ||
endpointId | System.Guid | |
return | void |
public RemoveListener ( |
||
endpoint | ||
return | void |
public RemoveSubscription ( System.Guid subscriptionId ) : void | ||
subscriptionId | System.Guid | |
return | void |
public RemoveSubscription ( |
||
subscription | ||
return | void |
public ServiceBusRuntime ( IServiceLocator serviceLocator ) : System | ||
serviceLocator | IServiceLocator | |
return | System |
public Subscribe ( |
||
subscription | ||
return | void |