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

End_getProfile() public method

public End_getProfile ( IAsyncResult asyncResult ) : Profile
asyncResult IAsyncResult
return Profile
      public Profile End_getProfile(IAsyncResult asyncResult)
      {
        oprot_.Transport.EndFlush(asyncResult);
        return recv_getProfile();
      }
TalkService.Client