コード例 #1
0
 public void ReleaseChannels()
 {
     ServerUtilities.SafeReleaseChannel(channel1);
     ServerUtilities.SafeReleaseChannel(channel2);
 }