Show / Hide Table of Contents

    Class DynamicRequest

    Provides a factory based way to create and wrap an IRequest implementation.

    Inheritance
    System.Object
    DynamicRequest
    Namespace: Cuemon.Messaging
    Assembly: Cuemon.Core.dll
    Syntax
    public static class DynamicRequest

    Methods

    | Improve this Doc

    Create(Func<String>)

    Creates a dynamic implementation of IRequest.

    Declaration
    public static IRequest Create(Func<string> requestIdProvider)
    Parameters
    Type Name Description
    System.Func<System.String> requestIdProvider

    The function delegate which provides a unique identifier of a request or message.

    Returns
    Type Description
    IRequest

    A dynamic IRequest implementation.

    | Improve this Doc

    Create(String)

    Creates a dynamic implementation of IRequest.

    Declaration
    public static IRequest Create(string requestId)
    Parameters
    Type Name Description
    System.String requestId

    The unique identifier of a request or message.

    Returns
    Type Description
    IRequest

    A dynamic IRequest implementation.

    • Improve this Doc
    • View Source
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX