Search Results for

    Show / Hide Table of Contents

    Interface IMllpClient

    Inherited Members
    System.IDisposable.Dispose()
    Namespace: Monai.Deploy.InformaticsGateway.Api.Mllp
    Assembly: Monai.Deploy.InformaticsGateway.Api.dll
    Syntax
    public interface IMllpClient : IDisposable

    Properties

    | Improve this Doc View Source

    ClientId

    Declaration
    Guid ClientId { get; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    ClientIp

    Declaration
    string ClientIp { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Start(Func<IMllpClient, MllpClientResult, Task>, CancellationToken)

    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX