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

getProfile() public method

public getProfile ( ) : Profile
return Profile
      public Profile getProfile()
      {
        #if !SILVERLIGHT
        send_getProfile();
        return recv_getProfile();

        #else
        var asyncResult = Begin_getProfile(null, null);
        return End_getProfile(asyncResult);

        #endif
      }
      #if SILVERLIGHT
TalkService.Client