iControl.ManagementSNMPConfiguration.Beginget_storage_use_nfs C# (CSharp) 메소드

Beginget_storage_use_nfs() 공개 메소드

public Beginget_storage_use_nfs ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginget_storage_use_nfs(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_storage_use_nfs", new object[0], callback, asyncState);
        }
ManagementSNMPConfiguration