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

End_reportProfile() public method

public End_reportProfile ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
return void
      public void End_reportProfile(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        recv_reportProfile();
      }
TalkService.Client