iControl.ManagementSNMPConfiguration.Beginget_storage_use_nfs C# (CSharp) Method

Beginget_storage_use_nfs() public method

public Beginget_storage_use_nfs ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return 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