Microsoft.Protocols.TestSuites.MS_ADMINS.AdminSoap.RefreshConfigCacheAsync C# (CSharp) Method

RefreshConfigCacheAsync() public method

public RefreshConfigCacheAsync ( System VirtualServerId, bool AdminGroupChanged ) : void
VirtualServerId System
AdminGroupChanged bool
return void
        public void RefreshConfigCacheAsync(System.Guid VirtualServerId, bool AdminGroupChanged)
        {
            this.RefreshConfigCacheAsync(VirtualServerId, AdminGroupChanged, null);
        }

Same methods

AdminSoap::RefreshConfigCacheAsync ( System VirtualServerId, bool AdminGroupChanged, object userState ) : void