프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CreateReceiver | MessageReceiver | ||
Open | bool | ||
PutCbsToken | bool |
메소드 | 설명 | |
---|---|---|
AmqpMessagingFactory ( Uri baseAddress, |
Constructor
|
|
AmqpMessagingFactory ( string address ) : System |
Constructor
|
|
Close ( ) : void | ||
CreateEventHubClient ( string path ) : EventHubClient | ||
CreateMessageReceiver ( string path ) : MessageReceiver | ||
CreateMessageReceiver ( string path, ReceiveMode receiveMode ) : MessageReceiver | ||
CreateMessageSender ( string path ) : MessageSender | ||
CreateQueueClient ( string path ) : QueueClient | ||
CreateQueueClient ( string path, ReceiveMode receiveMode ) : QueueClient | ||
CreateSubscriptionClient ( string topicPath, string name ) : SubscriptionClient | ||
CreateSubscriptionClient ( string topicPath, string name, ReceiveMode receiveMode ) : SubscriptionClient | ||
CreateTopicClient ( string path ) : TopicClient |
메소드 | 설명 | |
---|---|---|
CreateReceiver ( string path, string consumerGroupName, string partitionId, string startingOffset, System.DateTime startingDateTimeUtc ) : MessageReceiver | ||
Open ( string entity ) : bool | ||
PutCbsToken ( string shareAccessSignature, string entity ) : bool |
Send Claim Based Security (CBS) token
|
public AmqpMessagingFactory ( Uri baseAddress, |
||
baseAddress | Uri | Base address to service bus |
settings | AMQP transport settings | |
리턴 | System |
public AmqpMessagingFactory ( string address ) : System | ||
address | string | Base address to service bus |
리턴 | System |
public CreateEventHubClient ( string path ) : EventHubClient | ||
path | string | |
리턴 | EventHubClient |
public CreateMessageReceiver ( string path ) : MessageReceiver | ||
path | string | |
리턴 | MessageReceiver |
public CreateMessageReceiver ( string path, ReceiveMode receiveMode ) : MessageReceiver | ||
path | string | |
receiveMode | ReceiveMode | |
리턴 | MessageReceiver |
public CreateMessageSender ( string path ) : MessageSender | ||
path | string | |
리턴 | MessageSender |
public CreateQueueClient ( string path ) : QueueClient | ||
path | string | |
리턴 | QueueClient |
public CreateQueueClient ( string path, ReceiveMode receiveMode ) : QueueClient | ||
path | string | |
receiveMode | ReceiveMode | |
리턴 | QueueClient |
public CreateSubscriptionClient ( string topicPath, string name ) : SubscriptionClient | ||
topicPath | string | |
name | string | |
리턴 | SubscriptionClient |
public CreateSubscriptionClient ( string topicPath, string name, ReceiveMode receiveMode ) : SubscriptionClient | ||
topicPath | string | |
name | string | |
receiveMode | ReceiveMode | |
리턴 | SubscriptionClient |
public CreateTopicClient ( string path ) : TopicClient | ||
path | string | |
리턴 | TopicClient |