LineSharp.Datatypes.TalkService.Client.End_getSettingsAttributes C# (CSharp) 메소드

End_getSettingsAttributes() 공개 메소드

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