Property | Type | Description |
---|
Method | Description | |
---|---|---|
Ack ( ) : void | ||
Nack ( ) : void | ||
PendingPublish ( ConnectionContext connectionContext, string exchange, ulong publishTag ) : System | ||
PublishNotConfirmed ( ) : void | ||
PublishReturned ( ushort code, string text ) : void |
public PendingPublish ( ConnectionContext connectionContext, string exchange, ulong publishTag ) : System | ||
connectionContext | ConnectionContext | |
exchange | string | |
publishTag | ulong | |
return | System |
public PublishReturned ( ushort code, string text ) : void | ||
code | ushort | |
text | string | |
return | void |