AcManager.Pages.Drive.Rsr.RunAsync C# (CSharp) Method

RunAsync() public static method

public static RunAsync ( string eventId ) : Task
eventId string
return Task
        public static Task<bool> RunAsync(string eventId) {
            return new ViewModel {
                EventId = eventId
            }.Go();
        }