コード例 #1
0
 public async Task <IPlatformResponse <IGroupResponse> > Groups(CancellationToken?cancellationToken = null, IProgress <ISDKProgress> progress = null)
 {
     SetupTokenAndProgress(cancellationToken, progress);
     return(await SdkClient.Groups(cancellationToken, progress));
 }