LineSharp.Datatypes.TalkService.Client.End_sendContentPreviewUpdated C# (CSharp) Method

End_sendContentPreviewUpdated() public method

public End_sendContentPreviewUpdated ( IAsyncResult asyncResult ) : string>.Dictionary
asyncResult IAsyncResult
return string>.Dictionary
      public Dictionary<string, string> End_sendContentPreviewUpdated(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        return recv_sendContentPreviewUpdated();
      }
TalkService.Client