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

End_reportSettings() public method

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