Class RpcClient
Implements
Inherited Members
Namespace: Rebus.Client
Assembly: Rebus.Client.dll
Syntax
public class RpcClient : IAsyncDisposable
Methods
CreateAsync<T>(IPAddress, Int32)
Declaration
public async Task<T> CreateAsync<T>(IPAddress ipAddress, int port)
where T : class, IDisposable
Parameters
| Type | Name | Description |
|---|---|---|
| IPAddress | ipAddress | |
| Int32 | port |
Returns
| Type | Description |
|---|---|
| Task<T> |
Type Parameters
| Name | Description |
|---|---|
| T |
DisposeAsync()
Declaration
public async ValueTask DisposeAsync()
Returns
| Type | Description |
|---|---|
| ValueTask |
DisposeAsyncCore()
Declaration
protected virtual async ValueTask DisposeAsyncCore()
Returns
| Type | Description |
|---|---|
| ValueTask |
Start()
Declaration
public void Start()