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

BeginRefreshConfigCache() public method

public BeginRefreshConfigCache ( System VirtualServerId, bool AdminGroupChanged, System callback, object asyncState ) : System.IAsyncResult
VirtualServerId System
AdminGroupChanged bool
callback System
asyncState object
return 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);
        }