iControl.ManagementSNMPConfiguration.Beginset_storage_use_nfs C# (CSharp) Method

Beginset_storage_use_nfs() public method

public Beginset_storage_use_nfs ( long usage, System callback, object asyncState ) : System.IAsyncResult
usage long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_storage_use_nfs(long usage, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_storage_use_nfs", new object[] {
            usage}, callback, asyncState);
        }
ManagementSNMPConfiguration