Microsoft.Protocols.TestSuites.MS_ADMINS.AdminSoap.BeginRefreshConfigCache C# (CSharp) Méthode

BeginRefreshConfigCache() public méthode

public BeginRefreshConfigCache ( System VirtualServerId, bool AdminGroupChanged, System callback, object asyncState ) : System.IAsyncResult
VirtualServerId System
AdminGroupChanged bool
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult BeginRefreshConfigCache(System.Guid VirtualServerId, bool AdminGroupChanged, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("RefreshConfigCache", new object[] {
                    VirtualServerId,
                    AdminGroupChanged}, callback, asyncState);
        }