withSIX.Play.Core.Games.Services.StatusRepo.Abort C# (CSharp) Method

Abort() public method

public Abort ( ) : void
return void
        public void Abort() {
            _cts.Cancel();
        }
    }

Usage Example

コード例 #1
0
ファイル: StatusMod.cs プロジェクト: dkv01/withSIX.Desktop
 public void Abort() => _repo?.Abort();