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

End_releaseSession() public method

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