Was this page helpful?

Get Method

    Get()

    public DreamMessage Get();
    Blocking version of Plug.Get(Result<DreamMessage> result)

    Remarks

    WARNING: This method is thread-blocking. Please avoid using it if possible.

    Parameters

    Name Type Description

    Returns

    Type: DreamMessage

    Get(DreamMessage message)

    public DreamMessage Get(DreamMessage message);
    Blocking version of Plug.Get(DreamMessage message, Result<DreamMessage> result)

    Remarks

    WARNING: This method is thread-blocking. Please avoid using it if possible.

    Parameters

    Name Type Description
    message DreamMessage  

    Returns

    Type: DreamMessage

    Get(Result<DreamMessage> result)

    public Result<DreamMessage> Get(Result<DreamMessage> result);
    Invoke the plug with the Verb.GET verb and no message body.

    Parameters

    Name Type Description
    result Result<DreamMessage> The MindTouch.Tasking.Result<T>instance to be returned by this method.

    Returns

    Synchronization handle.

    Get(DreamMessage message, Result<DreamMessage> result)

    public Result<DreamMessage> Get(DreamMessage message, Result<DreamMessage> result);
    Invoke the plug with the Verb.GET verb.

    Parameters

    Name Type Description
    message DreamMessage The message to send
    result Result<DreamMessage> The MindTouch.Tasking.Result<T>instance to be returned by this method.

    Returns

    Synchronization handle.
    Was this page helpful?
    Tag page
    You must login to post a comment.

    Copyright © 2011 MindTouch, Inc. Powered by