AcManager.Pages.Drive.Rsr.RunAsync C# (CSharp) 메소드

RunAsync() 공개 정적인 메소드

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