Microsoft.Protocols.TestSuites.MS_ADMINS.AdminSoap.RefreshConfigCacheAsync C# (CSharp) 메소드

RefreshConfigCacheAsync() 공개 메소드

public RefreshConfigCacheAsync ( System VirtualServerId, bool AdminGroupChanged ) : void
VirtualServerId System
AdminGroupChanged bool
리턴 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