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

Beginremove_storage_use_nfs() 공개 메소드

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