Interface IMllpClient
Inherited Members
System.IDisposable.Dispose()
Assembly: Monai.Deploy.InformaticsGateway.Api.dll
public interface IMllpClient : IDisposable
Properties
|
Improve this Doc
View Source
Declaration
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Declaration
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Declaration
Task Start(Func<IMllpClient, MllpClientResult, Task> onDisconnect, CancellationToken cancellationToken)
Parameters
Type |
Name |
Description |
System.Func<IMllpClient, MllpClientResult, System.Threading.Tasks.Task> |
onDisconnect |
|
System.Threading.CancellationToken |
cancellationToken |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|