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

getProfile() 공개 메소드

public getProfile ( ) : Profile
리턴 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