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

End_getSettingsAttributes() public method

public End_getSettingsAttributes ( IAsyncResult asyncResult ) : Settings
asyncResult IAsyncResult
return Settings
      public Settings End_getSettingsAttributes(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        return recv_getSettingsAttributes();
      }
TalkService.Client