AdvancedLauncher.SDK.Model.Web.AbstractWebProvider.GetActualGuildAsync C# (CSharp) 메소드

GetActualGuildAsync() 공개 추상적인 메소드

Asynchronously starts guild obtaining
public abstract GetActualGuildAsync ( Server server, string guildName, bool isDetailed, int actualInterval ) : void
server AdvancedLauncher.SDK.Model.Entity.Server Guild server
guildName string Guild name
isDetailed bool Shoul it be detailed data (like digimon size, real name, etc)
actualInterval int Interval of actual data in days
리턴 void
        public abstract void GetActualGuildAsync(Server server, string guildName, bool isDetailed, int actualInterval);