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

getGroupIdsJoined() public method

public getGroupIdsJoined ( ) : List
return List
      public List<string> getGroupIdsJoined()
      {
        #if !SILVERLIGHT
        send_getGroupIdsJoined();
        return recv_getGroupIdsJoined();

        #else
        var asyncResult = Begin_getGroupIdsJoined(null, null);
        return End_getGroupIdsJoined(asyncResult);

        #endif
      }
      #if SILVERLIGHT
TalkService.Client