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

getBlockedContactIds() public method

public getBlockedContactIds ( ) : List
return List
      public List<string> getBlockedContactIds()
      {
        #if !SILVERLIGHT
        send_getBlockedContactIds();
        return recv_getBlockedContactIds();

        #else
        var asyncResult = Begin_getBlockedContactIds(null, null);
        return End_getBlockedContactIds(asyncResult);

        #endif
      }
      #if SILVERLIGHT
TalkService.Client